home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-26 | 929 b | 35 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: Binding.k
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef BINDING_K
- #define BINDING_K
-
- // Kind
- #define kODFxKind "+//ISO 9070/ANSI::113722::US::CI LABS::AppleComputer:Kind:ODFx"
-
- // Class ID
- #define kODFxEditor "AppleComputer::ODFx"
-
- // Editor User String
- #define kODFxEditorUserString "ODFx R2"
-
- // ODFx OSType
- #define kODFxOSType 'DFPH'
-
- // NMAP constants
- #define kKindCategoryMapID 128
- #define kEditorKindMapID kKindCategoryMapID+1
- #define kEditorUserStringMapID kEditorKindMapID+1
- #define kKindUserStringMapID kEditorUserStringMapID+1
- #define kOldMacOSTypeMapID kKindUserStringMapID+1
- #define kEditorPlatformKinds kOldMacOSTypeMapID + 1
-
- #endif
-
-